System.Collections.ICollection.SyncRoot Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Indicates the synchronization object for this collection.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private Object ICollection.SyncRoot{ get;}
Visual Basic (Declaration)
Private ReadOnly Property System.Collections.ICollection.SyncRoot As Object Implements ICollection.SyncRoot
Visual C++
private:
virtual property Object^ System.Collections.ICollection.SyncRoot {
	Object^ get () sealed = ICollection::SyncRoot::get;
}

Field Value

Always returns this.

See Also